projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f98dd4f
)
Delete autoload for c-guess-basic-syntax.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 11:24:48 +0000
(11:24 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 11:24:48 +0000
(11:24 +0000)
lisp/align.el
patch
|
blob
|
history
diff --git
a/lisp/align.el
b/lisp/align.el
index a481ba110703c113293be799ca320f294b7d0e09..2cbc43e38d3d36f7bf93633f4fb4e18801df6b2a 100644
(file)
--- a/
lisp/align.el
+++ b/
lisp/align.el
@@
-384,9
+384,6
@@
The possible settings for `align-region-separate' are:
regexp function)))))))
"The `type' form for any `align-rules-list' variable.")
-(unless (functionp 'c-guess-basic-syntax)
- (autoload 'c-guess-basic-syntax "cc-engine"))
-
(defcustom align-rules-list
`((lisp-second-arg
(regexp . "\\(^\\s-+[^( \t\n]\\|(\\(\\S-+\\)\\s-+\\)\\S-+\\(\\s-+\\)")